Documents for PDF, .NET Edition Documentation
DestinationFitV Constructor(Page,Nullable<Single>)

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > DestinationFitV Class > DestinationFitV Constructor : DestinationFitV Constructor(Page,Nullable<Single>)
The page.
The left coordinate of the document window.
Initialize a new instance of the DestinationFitV class.
Syntax
'Declaration
 
Public Function New( _
   ByVal page As Page, _
   Optional ByVal left As System.Nullable(Of Single) _
)
public DestinationFitV( 
   Page page,
   System.Nullable<float> left
)

Parameters

page
The page.
left
The left coordinate of the document window.
See Also

Reference

DestinationFitV Class
DestinationFitV Members
Overload List